home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Missile Defender.swf / scripts / DefineSprite_48 / frame_2 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  199 b   |  8 lines

  1. animate_text_length = length(animate_text_string);
  2. clipname = animate_text_clipname;
  3. setProperty("/" add clipname, _visible, "0");
  4. x = animate_text_x;
  5. y = animate_text_y;
  6. count = "1";
  7. play();
  8.